ComponentOne Studio Web API Edition
AddDataSource(String,Func<IEnumerable>) Method

The unique value used to stand for the data.
A function used to return the arbitrary IEnumerable.
Adds a DataSource data from an arbitrary IEnumerable.
Syntax
'Declaration
 
Public Overloads Function AddDataSource( _
   ByVal name As String, _
   ByVal dataSourceGetter As Func(Of IEnumerable) _
) As FlexPivotEngineProviderManager

Parameters

name
The unique value used to stand for the data.
dataSourceGetter
A function used to return the arbitrary IEnumerable.

Return Value

The flex pivot engine provider manager.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlexPivotEngineProviderManager Class
FlexPivotEngineProviderManager Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.